Vcenter Namespaces ManagementServices AccessGrants Summary
The Vcenter Namespaces ManagementServices AccessGrants Summary schema provides the summary for an existing Access Grant.
This schema was added in vSphere API 9.1.0.0.
{
"access_grant": "string",
"management_service": "string",
"managed_by": "string",
"workload_selector": {
"type": "string"
},
"enabled": false
}
Identifier of the Access Grant.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.management_services.AccessGrant. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.management_services.AccessGrant.
A reference to an existing Management Service.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ManagementService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ManagementService.
Information about the entity responsible for the lifecycle of this Access Grant record.
When set, the field implies that any change to update or delete the Access Grant by any principal other than the component referenced by the field may be reverted by the automation component managing it.
This property was added in vSphere API 9.1.0.0.
If missing or null, it implies the Access Grant is not managed by automation.
Summary of selection of workloads that are recipients of this grant.
This property was added in vSphere API 9.1.0.0.
Indicates whether this Access Grant is enabled. The Access Grant is enabled if true, disabled if false. A disabled Access Grant deactivates access for the recipient workloads of the grant to the referenced Management Service.
This property was added in vSphere API 9.1.0.0.